-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix use-after-free #442
Fix use-after-free #442
Conversation
Actually this doesn't fix the crash. |
Trace:
|
It's use-after-free. I'll open an issue. |
The bugs are starting to pile up. I think it'll stay that way until I can find a month or so rethink some architecture given how nodejs and v8 have evolved over the past several years. |
I didn't give up yet, I'm trying to fix it. I just prefer that it's tracked. |
Fixed, please merge. |
Thanks for tracking down the issue. I took a closer look and went with a slightly different approach after understanding the issue further f6cc843 |
Fixes #443